Window.UpdateNow Method

Flushes the back buffer on Mac OS X windows. Because Mac OS X is double-buffered, drawing is accumulated before being shown on screen.

Syntax

You may want to flush the buffer manually after updating a progress bar, drawing the frame of an animation on a canvas, or other things of a similar nature. UpdateNow has no effect on Windows, Linux, and Mac OS "classic".